###############################
#####England Flavor Events#####
#By Henrik 'Doomdark' Fhraeus#
###############################

##EEP Version Edited by Johnny Canuck##

#Thomas Hobbes publishes the 'Leviathan'.#
event = {
	id = 5050
	random = no
	country = ENG
	name = "EVENTNAME5050"
	desc = "EVENTHIST5050"
	style = 3
	date = { day = 1 month = january year = 1651 }

	action_a = {				#Ok#
		name = "ACTIONNAME5050A"
		command = { type = domestic which = ARISTOCRACY value = 1 }
	}
}
#Adam Smith publishes 'The Wealth of Nations'.#
event = {
	id = 5051
	trigger = { #New Trigger
		NOT = {
			exists = SCO
			event = 20400
			}
		}
	random = no
	country = ENG
	name = "EVENTNAME5051"
	desc = "EVENTHIST5051"
	style = 4
	date = { day = 1 month = january year = 1776 }

	action_a = {				#Ok#
		name = "ACTIONNAME5051A"
		command = { type = domestic which = MERCANTILISM value = -2 }
	}
}
#David Hume.#
event = {
	id = 5052
	trigger = { #New Trigger
		NOT = {
			exists = SCO
			event = 20401
			}
		}
	random = no
	country = ENG
	name = "EVENTNAME5052"
	desc = "EVENTHIST5052"
	style = 4
	date = { day = 1 month = january year = 1750 }

	action_a = {				#Ok#
		name = "ACTIONNAME5052A"
		command = { type = domestic which = INNOVATIVE value = 1 }
	}
}
#John Locke.#
event = {
	id = 5053
	random = no
	country = ENG
	name = "EVENTNAME5053"
	desc = "EVENTHIST5053"
	style = 3
	date = { day = 1 month = january year = 1689 }

	action_a = {				#Ok#
		name = "ACTIONNAME5053A"
		command = { type = domestic which = INNOVATIVE value = 1 }
	}
}
### Isaac Newton
### Edited by mfigueras
event = {
	id = 5054
	trigger = { domestic = { type = innovative value = 2 } }
	random = no
	country = ENG
	name = "EVENTNAME5054"
	desc = "EVENTHIST5054"
	style = 3
	date = { day = 1 month = march year = 1687 }
	offset = 120
	deathdate = { day = 30 month = december year = 1695 }

	action_a = {
		name = "ACTIONNAME5054A"
		command = { type = infra value = 50 } 
	}
}
#Shakespeare.#
event = {
	id = 5055
	random = no
	country = ENG
	name = "EVENTNAME5055"
	desc = "EVENTHIST5055"
	style = 2
	date = { day = 1 month = january year = 1593 }

	action_a = {				#Ok#
		name = "ACTIONNAME5055A"
		command = { type = stability value = 1 }
		command = { type = infra value = 250 }
	}
}


#########################################################################
#  Newton publishes Principia Mathematica
#	written by Johan Andersson
#########################################################################
event = { 

	id = 1500
	random = no
	country = ENG
	date = { day = 1 month = january year = 1687 }
	offset = 300

	name = "ENAME_F_1500"
	desc = "EDESC_F_1500"
	style = 1
	action_a = {
			name = "ACTIONNAME_F_1500"
			command = { type = infra value = 200 }
			command = { type = land value = 200 }
			command = { type = naval value = 200 }
			command = { type = trade value = 200 }
		}
}


#########################################################################
#  Newton publishes Optica
#	written by Johan Andersson
#########################################################################

event = { 

	id = 1501
	random = no
	country = ENG
	date = { day = 1 month = january year = 1704 }
	offset = 300

	name = "ENAME_F_1501"
	desc = "EDESC_F_1501"
	style = 1
	action_a = {
			name = "ACTIONNAME_F_1501"
			command = { type = land value = 250 }
			command = { type = naval value = 250 }
		}
}

### The great english scientists of the 17th century
### By mfigueras

event = {
	id = 5056
	trigger = {atwar = no
          	 stability = -1
           	domestic = {type = innovative value = 2}}
	random = no
	country = ENG
	name = "EVENTNAME5056"
	desc = "EVENTHIST5056"
	style = 3
	date = {day = 28 month = november year = 1630}
	offset = 3600
	deathdate = {day = 30 month = december year = 1670}
	action_a = {
		name = "ACTIONNAME5056A"
		command = {type = infra value = 50}
		}
}

### The Royal Society of London &
### The Royal Greenwich Observatory

event = {
	id = 5057
	trigger = { stability = 0
           	event = 5056 }
	random = no
	country = ENG
	name = "EVENTNAME5057"
	desc = "EVENTHIST5057"
	style = 3
	date = { day = 28 month = november year = 1660 }
	offset = 3600
	deathdate = { day = 30 month = december year = 1675 }
	action_a = {
		name = "ACTIONNAME5057A"
		command = { type = cash value = -75 }
		command = { type = infra value = 150 }
		command = { type = naval value = 100 }
		}
	action_b = {
		name = "ACTIONNAME5057B"
		command = { type = domestic which = innovative value = -1 }
		command = { type = infra value = -25 }
		command = { type = sleepevent which = 5058 }
		}
}

### The prize for the longitude problem

event = {
	id = 5058
	trigger = { event = 5057 }
	random = no
	country = ENG
	name = "EVENTNAME5058"
	desc = "EVENTHIST5058"
	style = 4
	date = {day = 16 month = june year = 1714}
	offset = 1
	deathdate = {day = 18 month = june year = 1714}
	action_a = {
		name = "ACTIONNAME5058A"
		command = { type = cash value = -100 }
		command = { type = ADM which = 2 value = 12 }
		command = { type = infra value = 50 }
		}
	action_b = {
		name = "ACTIONNAME5058B"
		command = { type = ADM which = -1 value = 6 }
		command = { type = sleepevent which = 5059 }
		}
}

### The longitude problem is solved

event = {
	id = 5059
	trigger = { event = 5058 }
	random = no
	country = ENG
	name = "EVENTNAME5059"
	desc = "EVENTHIST5059"
	style = 4
	date = {day = 1 month = march year = 1761}
	offset = 120
	deathdate = {day = 30 month = december year = 1761}
	action_a = {
		name = "ACTIONNAME5059A"
		command = {type = infra value = 100}
		command = {type = naval value = 350}
		}
}


### Edward Jenner and the first vaccines

event = {
	id = 5060
	random = no
	country = ENG
	name = "EVENTNAME5060"
	desc = "EVENTHIST5060"
	style = 4
	date = {day = 13 month = march year = 1770}
	offset = 3600
	action_a = {
		name = "ACTIONNAME5060A"
		command = {type = population which = -1 value = 1000}
		command = {type = population which = -1 value = 1000}
		command = {type = population which = -1 value = 1000}
		command = {type = population which = -1 value = 1000}
		}
}

### The discovery of Uranus

event = {
	id = 5061
	trigger = { monarch = 04051 }  ## George III
	random = no
	country = ENG
	name = "EVENTNAME5061"
	desc = "EVENTHIST5061"
	style = 4
	date = {day = 13 month = march year = 1781}
	offset = 2
	action_a = {
		name = "ACTIONNAME5061A"
		command = {type = infra value = 50}
		}
}

### Abraham Darby and the coke process
### (text from Oxford Paperback Encyclopaedia)

event = {
	id = 5062
	trigger = { domestic = { type = innovative value = 2 } }
	random = no
	country = ENG 
	name = "EVENTNAME5062"
	desc = "EVENTHIST5062"
	style = 4
	date = {day = 1 month = march year = 1709}
	offset = 360
	deathdate = {day = 30 month = december year = 1710}
	action_a = {
		name = "ACTIONNAME5062A"
		command = {type = provincetax which = 244 value = 1}
		command = {type = provincetax which = 242 value = 1}
		}
}

### Thomas Newcomen

event = {
	id = 5063
	trigger = { domestic = { type = innovative value = 2}
			owned = {province = 250 data = -1} }
	random = no 
	country = ENG
	name = "EVENTNAME5063"
	desc = "EVENTHIST5063"
	style = 4
	date = {day = 1 month = march year = 1712}
	offset = 120
	deathdate = {day = 1 month = december year = 1750}
	action_a = {
		name = "ACTIONNAME5063A"
		command = {type = provincetax which = 250 value = 1}
		command = {type = mine which = 243 value = 1}
		}
}

### James Watt and the generalization of the steam engines

event = {
	id = 5064
	trigger = {event = 5063
		event = 5062 }
	random = no 
	country = ENG
	name = "EVENTNAME5064"
	desc = "EVENTHIST5064"
	style = 3
	date = {day = 1 month = february year = 1770}
	offset = 120
	deathdate = {day = 1 month = september year = 1770}
	action_a = {
		name = "ACTIONNAME5064A"
		command = { type = cash value = -50}
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = mine which = 243 value = 1 }
		command = { type = revoltrisk which = 24 value = 10 }
		command = { type = stability value = -1 }
		}
	action_b = {
		name = "ACTIONNAME5064B"
		command = { type = sleepevent which = 5065 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = revoltrisk which = 12 value = 6 }
		}
}

### The consequences of the industrialization

event = {
	id = 5065
	trigger = { event = 5064 }
	random = no 
	country = ENG
	name = "EVENTNAME5065"
	desc = "EVENTHIST5065"
	style = 5
	date = {day = 1 month = march year = 1811}
	offset = 90
	deathdate = {day = 1 month = september year = 1811}
	action_a = {
		name = "ACTIONNAME5065A"
		command = {type = stability value = -1}
		command = {type = revolt which = -1}
		command = {type = revolt which = -1}
		command = {type = provincetax which = -1 value = -1}
		command = {type = provincetax which = -1 value = -1}
		}
}


# Thomas Moore..? Too late.

# Ids free to 5079#
